This time the turtle will have to turn both directions to reach the goal.

  • Use Move Forward, Turn Left, and Turn Right commands to complete the maze.
  • Each pathway in the maze is 150 pixels long.

You will need to use 7 lines of code to reach the goal!

To navigate the page using the TAB key, first press ESC to exit the code editor.

sprite.pen_down()
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)